DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / GroupAsync Method / GroupAsync(GroupDescription[]) Method
The group descriptions that determine how the data will be grouped.

In This Topic
    GroupAsync(GroupDescription[]) Method
    In This Topic
    Groups the collection according to the specified group descriptions.
    Syntax
    'Declaration
     
    Public Overloads Function GroupAsync( _
       ByVal ParamArray groupDescriptions() As GroupDescription _
    ) As Task
    public Task GroupAsync( 
       params GroupDescription[] groupDescriptions
    )

    Parameters

    groupDescriptions
    The group descriptions that determine how the data will be grouped.
    See Also